* lisp/progmodes/python.el (python-shell): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 10 Nov 2010 07:46:01 +0000 (23:46 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 10 Nov 2010 07:46:01 +0000 (23:46 -0800)
lisp/ChangeLog
lisp/progmodes/python.el

index 27cb896c2530a2d839078e88c7917ddd91d6f8c1..341865de181a060fbce0467d10a61a82f761bcca 100644 (file)
@@ -1,5 +1,7 @@
 2010-11-10  Glenn Morris  <rgm@gnu.org>
 
+       * progmodes/python.el (python-shell): Doc fix.
+
        * wid-edit.el (widget-field-use-before-change)
        (widget-use-overlay-change): Doc fixes.
 
index dba8fe5572b56450240b2b6d96e96543642ae5fc..ac0fc4f3a3b3d6c081572792ce3251c1d5e155f1 100644 (file)
@@ -2758,7 +2758,7 @@ command is used to switch to an existing process, only when a new
 process is started.  If you use this, you will probably want to ensure
 that the current arguments are retained (they will be included in the
 prompt).  This argument is ignored when this function is called
-programmatically, or when running in Emacs 19.34 or older.
+programmatically.
 
 Note: You can toggle between using the CPython interpreter and the
 JPython interpreter by hitting \\[python-toggle-shells].  This toggles
@@ -2835,5 +2835,4 @@ filter."
 (provide 'python)
 (provide 'python-21)
 
-;; arch-tag: 6fce1d99-a704-4de9-ba19-c6e4912b0554
 ;;; python.el ends here